home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
- <!DOCTYPE dialog SYSTEM "chrome://lastpass/locale/lastpass.dtd">
-
- <dialog id="LPYubikey"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
- onload="window_load(document, window);"
- buttons=","
- ondialogaccept="return lpyubiaccept(document,window);"
- ondialogcancel="lpyubicancel(document,window);return true;"
- >
-
- <script type="application/x-javascript" src="chrome://lastpass/content/getlp.js" />
- <script type="application/x-javascript" src="chrome://lastpass/content/yubikey.js" />
-
- <vbox align="center" >
- <hbox align="center">
- <image src="chrome://lastpass/skin/yubikeyicon2.jpg" />
- <spacer width="15"/>
- <hbox style="background-color:#eeeeee;">
- <label width="30"/>
- <vbox align="left">
- <label height="15"/>
- <label id="lpyubi1" height="30"/>
- <label id="lpyubi2" height="30"/>
- <label id="lpyubi3" height="30"/>
- </vbox>
- <label width="30"/>
- </hbox>
- </hbox>
- <spacer height="15"/>
- <hbox align="center">
- <image src="chrome://lastpass/skin/yubicoring16.png" />
- <textbox type="password" id="lpyubiotp" width="300" value=""/>
- <button id="lpbutton" oncommand="if(lpyubiaccept(document,window))acceptDialog();"/>
- </hbox>
- <spacer height="15"/>
- <vbox>
- <hbox>
- <checkbox id="lptrust" oncommand="document.getElementById('labelhbox').hidden=false;"/>
- </hbox>
- <hbox id="labelhbox" hidden="true">
- <label id="lplabeltext"/><textbox id="trustlabel"/>
- </hbox>
- </vbox>
- <spacer height="15"/>
- <label id="lpyubilost" class="text-link" onclick="lpyubilost();cancelDialog();"/>
- <spacer height="30"/>
- </vbox>
-
- </dialog>
-